@charset "UTF-8";
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
    float: right;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #737373;
    font-size: 12px;
    border-radius: 2px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #f54040;
    color: #fff;
    font-size: 12px;
    border: 1px solid #f54040;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #dfdfdf;
    color: #737373;
    font-size: 12px;
    border-radius: 2px;
}

.m-style a:hover {
    color: #fff;
    background: #f54040;
}

.m-style .next,
.m-style .prev {
    
    font-size: 12px;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}


/* .eg img {
    max-width: 800px;
    min-height: 500px;
} */

.m-style input {
    float: left;
    margin: 0 5px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #fff;
    border: 1px solid #dfdfdf;
    outline: none;
    color: #737373;
    font-size: 12px;
}